*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;font-family:'Fredoka One',cursive;color:#FFF;background-color:#1a1a2e}body{background-image:linear-gradient(135deg,#2c0e3a,#000,#2c0e3a);display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:1rem;overflow:hidden;position:relative}body::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-image:url('data:image/svg+xml;utf8,<svg width="10" height="10" viewBox="0 0 10 10" xmlns="http://www.w3.org/2000/svg"><rect x="0" y="0" width="5" height="5" fill="%234a0e66"/><rect x="5" y="5" width="5" height="5" fill="%234a0e66"/></svg>');background-size:10px 10px;opacity:.1;z-index:-1}main{max-width:600px;width:100%;position:relative;z-index:1}#logo{width:100px;height:100px;margin-bottom:1.5rem;border-radius:20px;box-shadow:0 8px 15px rgba(0,255,255,0.4);animation:pulse 2s infinite alternate}h1{font-family:'Press Start 2P',cursive;font-size:clamp(1.8rem,5vw,3.5rem);font-weight:400;margin-bottom:1rem;line-height:1.2;color:#00FFD1;text-shadow:4px 4px #000,6px 6px #6a00ff}p{font-size:clamp(1rem,2.5vw,1.3rem);font-weight:400;margin-bottom:2.5rem;line-height:1.5;opacity:.9;color:#e0e0ff;text-shadow:2px 2px #000}a.cta{display:inline-block;background-color:#F3C;color:#FFF;padding:1rem 2.2rem;border-radius:10px;text-decoration:none;font-family:'Fredoka One',cursive;font-weight:400;font-size:1.2rem;transition:transform .2s ease,background-color .2s ease,box-shadow .2s ease;border:3px solid #FF00A6;box-shadow:0 6px 0 #FF00A6,0 10px 20px rgba(255,51,204,0.5)}a.cta:hover,a.cta:focus{transform:translateY(-5px) scale(1.05);background-color:#FF00A6;box-shadow:0 3px 0 #FF00A6,0 8px 15px rgba(255,0,166,0.7);outline:none}footer{position:fixed;bottom:0;left:0;right:0;z-index:1000}#cookie-banner{background-color:#000;color:#00FFD1;padding:1rem;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;font-size:.9rem;transform:translateY(100%);transition:transform .3s ease-in-out;border-top:2px solid #306;box-shadow:0 -5px 15px rgba(0,255,209,0.2)}@media(min-width:600px){#cookie-banner{flex-direction:row;gap:1rem}}#cookie-banner.show{transform:translateY(0)}#cookie-banner p{margin:0;margin-bottom:0;font-family:'Fredoka One',cursive;color:#FFF}#cookie-accept{background-color:#F3C;color:#FFF;border:none;padding:.6rem 1.2rem;border-radius:8px;cursor:pointer;font-weight:400;font-family:'Fredoka One',cursive;flex-shrink:0;box-shadow:0 4px 0 #FF00A6}#cookie-accept:hover,#cookie-accept:focus{background-color:#FF00A6;outline:none;transform:translateY(-2px);box-shadow:0 2px 0 #FF00A6}@keyframes pulse{0%{box-shadow:0 8px 15px rgba(0,255,255,0.4)}100%{box-shadow:0 12px 20px rgba(0,255,255,0.7)}}